Remove a couple of FIXMEs
authorFederico Mena Quintero <federico@gnome.org>
Wed, 27 Feb 2013 20:17:10 +0000 (14:17 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Wed, 27 Feb 2013 20:17:10 +0000 (14:17 -0600)
gtk/gtkplacessidebar.c

index 0318136af53eb9069689a649d0cbcf2468d43c2c..2fec612c7f7a3e949a27b758f7aec033474213eb 100644 (file)
@@ -3822,7 +3822,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
                              G_TYPE_NONE, 4,
                              GDK_TYPE_DRAG_CONTEXT,
                              G_TYPE_OBJECT,
-                             G_TYPE_POINTER, /* FIXME: (GList *) is there something friendlier to language bindings? */
+                             G_TYPE_POINTER, /* GList of GFile */
                              G_TYPE_POINTER  /* FIXME: (inout int) is there something friendlier to language bindings? */);
 
        /**
@@ -3872,7 +3872,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
                              _gtk_marshal_VOID__OBJECT_POINTER_INT,
                              G_TYPE_NONE, 3,
                              G_TYPE_OBJECT,
-                             G_TYPE_POINTER, /* FIXME: (GList *) is there something friendlier to language bindings? */
+                             G_TYPE_POINTER, /* GList of GFile */
                              G_TYPE_INT);
 
        properties[PROP_LOCATION] =